home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / FEBE (Firefox Environment Backup Extension) 5.0 / febe-5.0-fx.xpi / chrome / febe.jar / content / febeHelp_09.xul < prev    next >
Extensible Markup Language  |  2007-06-07  |  2KB  |  77 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <!DOCTYPE window [
  4.     <!ENTITY % febeDTD SYSTEM "chrome://febe/locale/febe.dtd" >
  5.     %febeDTD;
  6.     <!ENTITY % febeHelpDTD SYSTEM "chrome://febe/locale/febeHelp.dtd" >
  7.     %febeHelpDTD;
  8. ]>
  9.  
  10. <dialog title="&febe.help.caption;"
  11.                 xmlns:html="http://www.w3.org/1999/xhtml"
  12.                 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  13.                 onload="sizeToContent();"
  14.                 maxwidth="400"
  15.                 buttons="cancel"
  16.                 buttonlabelcancel="&febe.close;">
  17.     
  18.     <script type="application/x-javascript" src="chrome://febe/content/febeCommon.js"/>
  19.     
  20.     <stringbundleset id="stringbundleset"> 
  21.         <stringbundle id="febe-strings" src="chrome://febe/locale/febe.properties"/>
  22.     </stringbundleset>
  23.  
  24.     <groupbox class="box-inset">
  25.         <caption label="&febe.help1.caption;" class="outset" style="-moz-border-radius: 15px; background-color: white"/>
  26.         <hbox>
  27.             <description value="&febe.hideIcons.label;" style="font-weight: bold;"/>
  28.         </hbox>
  29.     </groupbox>
  30.  
  31.     <groupbox flex="1" class="box-inset">
  32.         <caption label="&febe.help2.caption;" class="outset" style="-moz-border-radius: 15px; background-color: white"/>
  33.         <hbox flex="1">
  34.             <description flex="1">
  35.                 &febe.help_09.text1;
  36.                 &febe.help_09.text2;
  37.             </description>
  38.         </hbox>
  39.         <grid>
  40.             <columns>
  41.                 <column/>
  42.                 <column flex="1"/>
  43.             </columns>
  44.             <rows>
  45.                 <row>
  46.                     <image style="max-width: 16px; max-height: 16px" src="chrome://febe/skin/febeYesBU.png"/>
  47.                     <description flex="1">
  48.                         &febe.help_09.text3;
  49.                     </description>            
  50.                 </row>
  51.                 <row>
  52.                     <image style="max-width: 16px; max-height: 16px" src="chrome://febe/skin/febeNoBU.png"/>
  53.                     <description flex="1">
  54.                         &febe.help_09.text4;
  55.                     </description>            
  56.                 </row>
  57.                 <row>
  58.                     <image style="max-width: 16px; max-height: 16px" src="chrome://febe/skin/febeWarning.gif"/>
  59.                     <description flex="1">
  60.                         &febe.help_09.text5;
  61.                         &febe.help_09.text6;
  62.                         &febe.help_09.text7;
  63.                         &febe.help_09.text8;
  64.                         &febe.help_09.text9;
  65.                     </description>    
  66.                 </row>
  67.             </rows>        
  68.         </grid>
  69.         <spacer flex="1"/>
  70.         <description flex="1">
  71.             &febe.help_09.text10;
  72.             &febe.help_09.text11;
  73.         </description>
  74.     </groupbox>
  75.     
  76. </dialog>
  77.